home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_SideWi / C_SideWi.dat next >
Encoding:
Text File  |  1996-10-08  |  2.6 KB  |  123 lines

  1. ; This is a generic chooser.dat file.
  2. ;
  3. ; General Characteristics
  4. ;
  5. [General]
  6. DebugFlag=0
  7. AppTitle=Microsoft Sidewinder Demos
  8. ;Icon=<Placeholder>.exe
  9. ReturnAfterLaunch=1
  10. DemosAtSameLevel=0
  11. TaskbarAdjust=0
  12. BitmapDir=controls\
  13. SoundDir=controls\
  14.  
  15. ;
  16. ; Main Screen
  17. ;
  18. [Main]
  19. Image=screen.bmp
  20. ;
  21. ; Incoming Splash Screen
  22. ;
  23. [SplashIn]
  24. UsingSplashIn=1
  25. BlackBackground=1
  26. Image=black.dib
  27. TitlebarAdjust=0
  28. UsingButtons=0
  29. OKButton=ok_up.bmp,ok_dwn.bmp,,84,194
  30. ;QuitButton=quit_up.bmp,quit_dwn.bmp,,200,200
  31.  
  32. ;
  33. ; Outgoing Splash Screen
  34. ;
  35. [SplashOut]
  36. UsingSplashOut=0
  37. BlackBackground=0
  38. Image=black.dib
  39. TitlebarAdjust=0
  40.  
  41. ;-----------------------------------------------------
  42. ; To enable / disable the PicClip facility, set
  43. ; the UsingPicClip to 1 (enable) or 0 (disable).
  44. ; (If set to 0, all other fields are ignored)
  45. ;
  46. ; - "Cols" & "Rows" describe the layout of the 
  47. ;     PicClip source bitmap
  48. ; - "Interval" is the VB Timer interval (milliseconds)
  49. ;
  50. [PicClip]
  51. UsingPicClip=0
  52. Image=strip.bmp
  53. Left=353
  54. Top=219
  55. Cols=15
  56. Rows=1
  57. TimerInterval=20
  58.  
  59. ;--------------------------------------
  60. ; Sound Section
  61. ; There should always be a Splash sound.
  62. ; At the very least, play SILENCE.WAV,
  63. ; to turn off any sound that might still
  64. ; be playing from a previous application.
  65. ;
  66. [Sound]
  67. ;SplashLength=1
  68. Splash=silence.wav
  69. Main=silence.wav
  70. BtnDown=btn_dwn.wav
  71. ;BtnUp=btn_up.wav
  72. Demo=silence.wav
  73. Exit=silence.wav
  74.  
  75. ;-----------------------------------------------------------------
  76. ; Define Buttons and the demos associated with them
  77. ; Button 0 is the Exit -- doesn't have a demo.
  78. ;
  79. [Buttons]
  80. nButtons=3
  81. Button0=exitup.bmp,exitdwn.bmp,exitov.bmp,555,389
  82. Button1=1up.bmp,1dwn.bmp,1ov.bmp,35,292
  83. Button2=2up.bmp,2dwn.bmp,2ov.bmp,355,292
  84. ;
  85. Demo1=gamepad\gamepavi.exe
  86. Demo2=3dpro\swprdemo.exe
  87.  
  88. ; Setup for an Extended Demos
  89. ; (a bitmap which is itself second level set of
  90. ;  demos and buttons, specified here.)
  91.  
  92.  
  93.  
  94. ;-----------------------------------------------------------
  95. ; Autodemos
  96. ; Autodemos are specified by the Button number.
  97. ;
  98. [AutoDemos]
  99. nAutodemos=0
  100. AutodemoSeconds=9920
  101. autodemo1=3
  102.  
  103. ;**************************************
  104. ; Proto-Localization
  105. ; for CD error message
  106. ;
  107. ; "default" language = US English
  108. ; For message in German, set language=deutsch
  109. ;
  110. [CurrentLanguage]
  111. language=default
  112. ;language=deutsch
  113. ;language=francais
  114. ;language=italian
  115. ;language=espanol
  116.  
  117. [Message1]
  118. default=Please insert the CD.
  119. deutsch=Legen Sie bitte die CD ein.
  120. francais=Veullez insΘrer le CD.
  121. italian=Per cortesia inserire il CD.
  122. espanol=Por favor, inserte el CD.
  123.